home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / amac40.zip / QMAC.INF < prev    next >
Text File  |  1991-04-24  |  3KB  |  78 lines

  1.                   QMac  --  QEdit Macro Program
  2.                     (extracted from QMAC.DOC)
  3.        A translator utility to convert QEdit binary macro
  4.         files to and from a more easily used text format.
  5.  
  6.                          Revision: 2.1
  7.                     Date:  February 27th, 1990
  8.  
  9.      QEdit and QMac are Copyright (C) 1985-1990 by SemWare.
  10.                       All Rights Reserved.
  11.  
  12. DESCRIPTION
  13. -----------
  14. QMac is a translator of QEdit macro files.  It translates QEdit
  15. macros from the binary file in which QEdit saves macros to a
  16. text file which allows easy macro editing, and translates such
  17. text files back into a QEdit binary file.
  18.  
  19. This allows you to "record" a macro using QEdit; fine-tune it by
  20. editing the text representation of the macro; and then translate
  21. the edited version and reload it into QEdit for replay.
  22.  
  23. QMac allows appending to or overwriting existing files, making it
  24. easy to add new macros to existing files. QMac's text file format
  25. allows comments, permitting documentation of the macros within
  26. their "source file".
  27.  
  28. SemWare
  29. 4343 Shallowford Road
  30. Suite C-3
  31. Marietta, GA  30062-5003
  32.  
  33. Voice Phone: (404) 641-9002   9 a.m to 5 p.m. E.T., Mon-Fri.
  34. BBS Phone:   (404) 641-8968,  2400 bps, 24 hours
  35.  
  36. ----------------------------------------------------------------
  37.  
  38. QMAC:  QEdit Macro Program II  2.xx  dd-mmm-YYYy
  39. Copyright (C) 1989, SemWare.  All Rights Reserved.  QMAC ? for help.
  40.  
  41. QMAC macfile txtfile [ /B | /T ] /A   /C /U /M /Q  /Ixx /Wyy /Ezz
  42.  
  43. macfile QEdit binary macro file to process
  44. txtfile File containing text version of macros
  45. /B      Binary output:  Create macfile from textfile
  46. /T      Text output:    Create textfile from macfile
  47. /A      Append mode:    Append output to existing output file
  48.  
  49. /C+     Continue macros with "&";  /C-: Don't use "&" (default)
  50. /U+     Underscores in names;      /U-: Don't use underscores (default)
  51. /M+     Mixed case names in text output (default);  /M-: Use all lower case
  52. /Q+     Quote strings with double quote (default);  /Q-: Use single quotes
  53. /Ixx    Indent output text to column xx.        (Default=9)
  54. /Wyy    Wrap output text at column yy.          (Default=80)
  55. /Ezz    Errors to tolerate before quitting.     (Default=20)
  56.  
  57. ===============================================================================
  58.  
  59.                         MODIFICATIONS TO A TXTFILE
  60.  
  61. If you want to modify a txtfile, you'll need QMAC.EXE (QMAC11A.ZIP).  Make the
  62. changes with your favorite editor (Qedit, natch); and recompile the .QM  file
  63. into a new .MAC file.  Complete documentation is included with the QMAC program,
  64. however here is what you'll need to enter so that you get the correct resultant
  65. file:
  66.  
  67.     C:\EZ\=> QMAC macfile.mac txtfile.qm /B /A- <Enter>
  68.                       │         │         │  └─── do NOT Append macfile.MAC
  69.                       │         │         │       make a NEW binary file
  70.                       │         │         └── make a Binary file
  71.                       │         └───── Source txtfile (ASCII file)
  72.                       └─────── Binary macfile readable by Qedit
  73.  
  74. If you want to have the macros "Instant", you'll have to modify your
  75. QCONFIG.DAT file as outlined in the Qedit manual.
  76.  
  77. Tom Hogshead  Fri  09-07-1990  11:33:21
  78.